toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.js
/
[jvm]JsFunctionCallback
Js
Function
Callback
interface
JsFunctionCallback
Represents a Java function that can be invoked from JavaScript.
Since
7.1
Inheritors
JsPromiseHandler
Members
Functions
invoke
Link copied to clipboard
abstract
fun
invoke
(
args
:
Array
<
Any
>
)
:
Any
Invoked when the corresponding function is called on the JavaScript side.